rem

Used to make remarks in batch files.

   REM [my remark...]

FreeDOS ignores everything on a REM line.

Use remarks to add explanatory notes to your batch files, and to disable command lines in batch files.

Example

   REM run a pretend program called thing.exe:
   thing
   
   REM FreeDOS won't run the following line:
   REM DEL thing.exe

See Also

batch files
Copyright © 2003 Rob Platt
This file forms part of The FreeDOS HTML Help Documentation, and is covered under its terms: see index.htm